From 4b6eb38740997434516c7e5c522f217101a96aea Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 27 May 2018 10:49:33 -0500 Subject: [PATCH] Have binary flavor packages depend on emacs-common for doc symlink --- debian/control | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 766c612fb68..c3248909965 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,10 @@ Description: GNU Emacs editor (metapackage) Package: emacs-lucid Architecture: any -Depends: emacs-bin-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: + emacs-bin-common (= ${binary:Version}), + emacs-common (= ${source:Version}), + ${shlibs:Depends}, ${misc:Depends} Provides: emacs, emacsen, editor, info-browser, mail-reader, news-reader Suggests: emacs-common-non-dfsg Conflicts: emacs-gtk, emacs-nox @@ -60,7 +63,10 @@ Description: Debugging symbols for emacs-lucid Package: emacs-nox Architecture: any -Depends: emacs-bin-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: + emacs-bin-common (= ${binary:Version}), + emacs-common (= ${source:Version}), + ${shlibs:Depends}, ${misc:Depends} Provides: emacs, emacsen, editor, info-browser, mail-reader, news-reader Suggests: emacs-common-non-dfsg Conflicts: emacs-gtk, emacs-lucid @@ -82,7 +88,10 @@ Description: Debugging symbols for emacs-nox Package: emacs-gtk Architecture: any -Depends: emacs-bin-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: + emacs-bin-common (= ${binary:Version}), + emacs-common (= ${source:Version}), + ${shlibs:Depends}, ${misc:Depends} Provides: emacs, emacsen, editor, info-browser, mail-reader, news-reader Suggests: emacs-common-non-dfsg Conflicts: emacs-lucid, emacs-nox -- 2.30.2